For which cases param could be of type byte[]?
param
byte[]
ServiceBusSender.SendMessagesAsync(new ServiceBusMessage(param)
QueueClient.SendAsync(new Message(param))
EventHubProducerClient.SendAsync(new EventData(param))
None of the listed
All work with byte[].